stray comma, did anyone test this?
authorDomas Mituzas <midom@users.mediawiki.org>
Thu, 29 Jan 2009 15:41:00 +0000 (15:41 +0000)
committerDomas Mituzas <midom@users.mediawiki.org>
Thu, 29 Jan 2009 15:41:00 +0000 (15:41 +0000)
maintenance/tables.sql

index 546c0b1..64d3f85 100644 (file)
@@ -1257,7 +1257,7 @@ CREATE TABLE /*_*/tag_summary (
 
        UNIQUE KEY (ts_rc_id),
        UNIQUE KEY (ts_log_id),
-       UNIQUE KEY (ts_rev_id),
+       UNIQUE KEY (ts_rev_id)
 ) /*$wgDBTableOptions*/;
 
 CREATE TABLE /*_*/valid_tag (